home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / Mozilla Weave 0.2.7 / latest-weave.xpi / chrome / sync.jar / content / notification.css < prev    next >
Cascading Style Sheet File  |  2008-07-08  |  981b  |  36 lines

  1.  
  2. #sync-notifications-box {
  3.   -moz-binding: url("chrome://weave/content/notification.xml#notificationbox");
  4.   width: 30em;
  5.   height: 30em;
  6.   overflow: auto;
  7. }
  8.  
  9. #sync-notifications-box notification {
  10.   -moz-binding: url("chrome://weave/content/notification.xml#notification");
  11. }
  12.  
  13. #sync-notifications-box notification[class="TabsNotification"] {
  14.   -moz-binding: url("chrome://weave/content/notification.xml#TabsNotification");
  15. }
  16.  
  17. #sync-notifications-box .messageImage {
  18.   width: 24px;
  19.   height: 24px;
  20.   padding: 3px;
  21. }
  22.  
  23. /* Default icons for notifications */
  24.  
  25. #sync-notifications-box notification[type="info"] .messageImage {
  26.   list-style-image: url("chrome://global/skin/icons/information-24.png");
  27. }
  28.  
  29. #sync-notifications-box notification[type="warning"] .messageImage {
  30.   list-style-image: url("chrome://global/skin/icons/warning-24.png");
  31. }
  32.  
  33. #sync-notifications-box notification[type="critical"] .messageImage {
  34.   list-style-image: url("chrome://global/skin/icons/error-24.png");
  35. }
  36.